Skip to main content

mergAVCamRecordingBegan

Type

message

Summary

Sent to the control that called mergAVCaptureImage when the recording begins

Syntax

mergAVCamRecordingBegan

Description

Sent to the control that called mergAVCaptureImage when the recording begins

Examples

on mouseUp
if the label of me = "Start Recording" then
set the label of me to "Stop Recording"
mergAVCamStartRecording
else
set the label of me to "Start Recording"
mergAVCamStopRecording
end if
end mouseUp

on mergAVCamRecordingBegan
show graphic "recording"
end mergAVCamRecordingBegan

on mergAVCamRecordingFinished pFilePath
hide graphic "recording"
put mergAVCamVideoThumbnail(pFile,(the width of image 1,the height of image 1)) into image 1
set the uFile of image 1 to pFile
end mergAVCamRecordingFinished

Compatibility and Support

Introduced

LiveCode 8.0

OS

ios

mac

Platforms

desktop

mobile

Thank you for your feedback!

Was this page helpful?